home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / misc / ListAnalyzer.lha / listanalyzer / ListAnalyzer.doc < prev    next >
Text File  |  1992-09-02  |  7KB  |  153 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *                                                                           *
  4. *                          ListAnalyzer V1.0                                *
  5. *                                                                           *
  6. *                  Copyright 1994 by DEFECT Softworks                       *
  7. *                                                                           *
  8. *   The author makes no guarantee of any kind for the reliability of the    *
  9. *   software described in this documentation, and thereof he is in no way   *
  10. *   liable for any damages or loss of data directly or indirectly caused by *
  11. *   the  use or misuse  of this software. This documentation and the        *
  12. *   "ListAnalyzer" program  are provided  "as  is" without any warranty,    *
  13. *   either expressed or implied.                                            *
  14. *                                                                           *
  15. *   This package is freely distributable under the following conditions:    *
  16. *    1. No charge excepting reasonable media costs may be charged.          *
  17. *    2. The program and documentation may not be modified in any way.       *
  18. *    3. The whole package is copied.                                        *
  19. *                                                                           *
  20. *                      This program is Shareware!                           *
  21. *                                                                           *
  22. *   If you use it frequently, send 10DM or the same amount in other         *
  23. *   currencies to its author. If you want to, you can send 10 Disx, too.    *
  24. *                                                                           *
  25. *                                                                           *
  26. *                          Andreas Wiencke                                  *
  27. *                        Hamburger Allee 98                                 *
  28. *                          19063 Schwerin                                   *
  29. *                             Germany                                       *
  30. *                                                                           *
  31. *                         Tel: 0385/215778                                  *
  32. *                                                                           *
  33. *                                                                           *
  34. *****************************************************************************
  35. 1. What is ListAnalyzer ?
  36. This is a program that is useful for people who often have to handle lists
  37. (e.g. with filenames).
  38. In case of the option you can choose, two lists are loaded, analyzed and
  39. compared. A destination file, containing special entries of the both lists,
  40. will be written to disk.
  41. 2. Format of the lists
  42. To guaranty that the program works correctly with all lists, they have to be
  43. in a standard format.
  44. The entries have to start in the first columm of a line and have to be
  45. seperated from each other by a "return" (= binary code 10)
  46. Most lists of archived files in BBS or lists generated by machine are in
  47. this format.
  48. 3. start - how to use - functions of gadgets.
  49. To start "ListAnalyzer" doublclick on its icon or type its name from the
  50. Shell.
  51.  
  52. A window with the following gadgets will appear:
  53.  
  54. * Load List 1 ........... A filerequester appears and you have to choose the
  55.                           first list. It will be loaded and analyzed. The
  56.                           number of entries will be written in the status
  57.                           line.
  58.  
  59. * Load List 2 ........... See above, but the second list will be loaded.
  60.  
  61. * Save .................. A filerequester appears and you have to choose a
  62.                           destination file. The program now analyses both
  63.                           lists and writes special entries of both lists into
  64.                           the destination file. This may take some minutes
  65.                           if you have long lists. The entries still to do are
  66.                           written in the status line.
  67.  
  68. * About ................. some boring informations about the author.
  69. 4. Whats behind the MX gadgets ?
  70. By pressing one of the three knobs you can choose an option for saving the
  71. destination file.
  72.  
  73. a) all duplicates
  74.  
  75. All entries, that are present in the first and in the second list, will be
  76. written to the destination file.
  77.  
  78. example:
  79.  
  80. first list ...          second list ...        destination list ...
  81.  
  82. street                  girl                   book
  83. boy                     book                   tape
  84. computer                bundy
  85. book                    tape
  86. tape
  87. duck
  88.  
  89. b) all singles
  90.  
  91. All entries, that are present in the first list but not in the second list,
  92. will be written to the destination file.
  93.  
  94. example:
  95.  
  96. first list ...          second list ...        destination list ...
  97.  
  98. street                  girl                   street
  99. boy                     book                   boy
  100. computer                bundy                  computer
  101. book                    tape                   duck
  102. tape
  103. duck
  104.  
  105. c) all files
  106.  
  107. All entries of both lists will be written to the destination file. But if a
  108. file is present in both lists, it will only be written once.
  109.  
  110. example:
  111.  
  112. first list ...          second list ...        destination list ...
  113.  
  114. street                  girl                   street
  115. boy                     book                   boy
  116. computer                bundy                  computer
  117. book                    tape                   book
  118. tape                                           tape
  119. duck                                           duck
  120.                                                girl
  121.                                                bundy
  122.  
  123. In the drawer "examples" there are two lists. Try "ListAnalyzer" with this
  124. lists (or modify them) to understand the options.
  125. 5. thanx and greets
  126. I want to thank Markus Sommarmyr, who gave me the inspiration to code this
  127. utility.
  128.  
  129. Thanx to Animal/Defect for drawing the logo and the icon.
  130.  
  131. Some handshakes fly to these guys ....
  132.  
  133. Janosh/Neoplasia , Crazy Copper/Defect , Buggs/Defect , Eagleeye/Defect ,
  134. Technoking/Unlimited ,  Dreamkiller/Unlimited
  135.  
  136. I hope you like "ListAnalyzer" and that you can save a lot of work and time
  137. with this program.
  138.  
  139.                             _
  140.                          _ //
  141.                     Only \X/ Amiga makes it possible.
  142.  
  143.